home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Grafika / DigiBookShelf 11.0 / D110TRENG.EXE / HELP / regist.swf / scripts / frame_60 / DoAction.as
Encoding:
Text File  |  2004-09-21  |  350 b   |  19 lines

  1. this.stop();
  2. if(_root.is_connect == 1)
  3. {
  4.    if(!load_state)
  5.    {
  6.       swf_url = "http://www.kuraemon.com/software/regist/" + productid;
  7.       loadMovie(swf_url,_root.baseMC.targetMC);
  8.       load_state = true;
  9.    }
  10. }
  11. else if(_root.is_connect == "")
  12. {
  13.    load_state = false;
  14. }
  15. else if(_root.is_connect == 0)
  16. {
  17.    this.nextFrame();
  18. }
  19.